diff --git a/.github/workflows/test.yml b/.github/workflows/D-Capture.yml similarity index 96% rename from .github/workflows/test.yml rename to .github/workflows/D-Capture.yml index 86b81e9..75b0f1b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/D-Capture.yml @@ -1,4 +1,4 @@ -name: Test +name: Resolume_D-Capture on: pull_request: @@ -11,20 +11,27 @@ on: jobs: test: permissions: + contents: read pull-requests: write + runs-on: ubuntu-latest + steps: - name: Checkout uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - name: Hub Login uses: docker/login-action@v2 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PAT }} + - name: Set up QEMU uses: docker/setup-qemu-action@v3 + - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 + - name: Build uses: docker/build-push-action@v5 with: @@ -32,23 +39,27 @@ jobs: push: false load: true tags: docker/scout-demo-service:fix + - name: TEST quickview no image uses: ./ with: command: quickview write-comment: false + - name: TEST quickview uses: ./ with: command: quickview image: docker/scout-demo-service:main write-comment: false + - name: TEST cves uses: ./ with: command: cves image: docker/scout-demo-service:main write-comment: false + - name: TEST compare images uses: ./ with: diff --git a/index.js b/index.js index dfa79a0..6052f7b 100644 --- a/index.js +++ b/index.js @@ -33984,7 +33984,7 @@ function requireSrc () { } async function main() { - const version = "v1.24.0"; + const version = "v1.25.0"; const binaryName = getBinaryName(); const binaryPath = path.join(__dirname, "dist");