diff --git a/.github/workflows/dispatch_daily_build.yaml b/.github/workflows/dispatch_daily_build.yaml index 168cd6d..ddbb00e 100644 --- a/.github/workflows/dispatch_daily_build.yaml +++ b/.github/workflows/dispatch_daily_build.yaml @@ -50,7 +50,8 @@ jobs: cloudforetdev/${{ github.event.repository.name }}:${{ env.TIME }} build-args: | PACKAGE_VERSION=${{ env.PACKAGE_VERSION }} - BRANCH_NAME=${{ env.BRANCH }} + BRANCH_NAME=${{ env.BRANCH_NAME }} + provenance: false - name: Notice when job fails if: failure() @@ -74,7 +75,7 @@ jobs: ignore-unfixed: true vuln-type: 'os,library' severity: 'CRITICAL,HIGH' - + - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v2 with: @@ -134,7 +135,7 @@ jobs: ] } env: - SLACK_WEBHOOK_URL: ${{secrets.VULNERABILITY_SLACK_WEBHOOK_URL}} + SLACK_WEBHOOK_URL: ${{secrets.VULNERABILITY_SLACK_WEBHOOK_URL}} notification: needs: docker @@ -146,4 +147,4 @@ jobs: with: status: ${{job.status}} fields: repo,message,commit,author,action,ref,workflow,job - author_name: Github Action Slack \ No newline at end of file + author_name: Github Action Slack