From 7f5b013e6a884fb28e2d41c37290e80f20aca692 Mon Sep 17 00:00:00 2001 From: ammnt Date: Sun, 2 Jun 2024 21:37:06 +0300 Subject: [PATCH] changed: the actions order before image push --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f530721..7b99eae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,6 +88,7 @@ jobs: output: "dependency-results.sbom.json" severity: "MEDIUM,HIGH,CRITICAL" scanners: "vuln" + github-pat: ${{ secrets.GH_TOKEN }} - name: Upload Trivy report📊 uses: actions/upload-artifact@v4.3.3